home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / COMM / TE2120.ARJ / T2500.INC < prev    next >
Text File  |  1992-06-14  |  1KB  |  46 lines

  1. ; Telebit T2500
  2. ;
  3. ; BEFORE STARTING: Place your Telebit in CCM (Conventional Command Mode)
  4. ;                  by following these steps:
  5. ;
  6. ;  1. Start with the modem OFF
  7. ;  2. Press and hold the T/D while turning the modem ON.  Release the
  8. ;     T/D switch when the PEP, CD, and MR lights flash.
  9. ;  3. Tap the T/D switch until the CD light is lit (but not flashing)
  10. ;     and the PEP and MR lights are OFF.
  11. ;  4. Press and hold the T/D switch until the CD starts flashing
  12. ;     again (about 2 seconds or longer)
  13. ;
  14. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  15. ; program, type the following lines and press ENTER after each.  Then
  16. ; exit and restart TE/2.
  17. ;
  18. ;       ATE1Q0M1X4V1S11=60
  19. ;       AT&C1&D2&G0&J0&K3&L0&P0
  20. ;       AT&Q5&W
  21. ;
  22. ; NOTES: Set ALL dialing directory entries to 19200 baud
  23.  
  24. Baud          19200
  25. Parity        N
  26. WordLen       8
  27. StopBits      1
  28.  
  29. XonXoff       BOTH
  30. CtsRts        BOTH
  31. MatchBaud     TRUE
  32.  
  33. ModemInitStrg ATZ^M
  34. ModemDialStrg ATDT
  35. ModemDialSufx ^M
  36. ModemHangStrg ;
  37. DTRHangup     TRUE
  38.  
  39. Connect       CONNECT,19200
  40.  
  41. NoConnect     NO_DIALTONE
  42. NoConnect     NO_CARRIER
  43. NoConnect     BUSY
  44. NoConnect     VOICE
  45.  
  46.